From c4fe79f354a24a9604ea1af27476d8093ab2071a Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Mon, 6 Oct 2008 18:56:31 +0000 Subject: [PATCH] tinyproxy: Allow option is a list not an atom SVN-Revision: 12877 --- net/tinyproxy/files/tinyproxy.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/tinyproxy/files/tinyproxy.init b/net/tinyproxy/files/tinyproxy.init index de2777e6f..e9eade468 100644 --- a/net/tinyproxy/files/tinyproxy.init +++ b/net/tinyproxy/files/tinyproxy.init @@ -52,7 +52,7 @@ start_proxy() { proxy_atom "$1" MaxSpareServers >> $CFGFILE proxy_atom "$1" StartServers >> $CFGFILE proxy_atom "$1" MaxRequestsPerChild >> $CFGFILE - proxy_atom "$1" Allow >> $CFGFILE + proxy_list "$1" Allow >> $CFGFILE proxy_string "$1" ViaProxyName >> $CFGFILE proxy_string "$1" Filter >> $CFGFILE -- 2.30.2